Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
Debugging skills for troubleshooting md5_file() exception return
2
Efficient Handling of BLOB and CLOB Data Types in PHP Using PDO
4
Use array_diff() to build a differentiated menu permission system
2
In-Depth Explanation of Why 8 % -3 Equals 0 in PHP
4
Similar Functions
ctype_graph
ctype_graph
Checkforanyprintable
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles